home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP Şubat 1998.iso / drivers / GRAFIK / HERCULES / DYNAMITE / WINNT40 / DYN128 / ENGLISH / DISK1 / NTET6K.INF < prev    next >
Encoding:
Windows Setup INFormation  |  1997-04-02  |  2.1 KB  |  120 lines

  1. ; ntet6k.inf
  2. ;
  3. ; Installation inf for the Hercules Computer Technology, Inc. et6k graphics adapter.
  4. ;
  5. ;
  6.  
  7. [Version]
  8. Signature="$CHICAGO$"
  9. Provider=%Hercules%
  10. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  11. Class=Display
  12.  
  13. [DestinationDirs]
  14. DefaultDestDir   = 11
  15. et6k.Miniport  = 12  ; drivers
  16. et6k.Display   = 11  ; system32
  17. ntet6k.inf = 17      ; inf
  18.  
  19. ;
  20. ; Driver information
  21. ;
  22.  
  23. [Manufacturer]
  24. %Hercules%   = Hercules.Mfg
  25.  
  26. [Hercules.Mfg]
  27. %Hercules% Dynamite 128 Series (v 1.02.0c) = et6k
  28.  
  29.  
  30. ;
  31. ; General installation section
  32. ;
  33.  
  34. [et6k]
  35. CopyFiles=et6k.Miniport, et6k.Display, et6k.Inf
  36.  
  37. ;
  38. ; File sections
  39. ;
  40.  
  41. [et6k.Miniport]
  42. et6k.sys
  43.  
  44. [et6k.Display]
  45. w32et6k.dll
  46.  
  47. [et6k.Inf]
  48. ntet6k.inf
  49.  
  50. ;
  51. ; Service Installation
  52. ;
  53.  
  54. [et6k.Services]
  55. AddService = et6k, 0x00000002, et6k_Service_Inst, et6k_EventLog_Inst
  56.  
  57. [et6k_Service_Inst]
  58. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  59. StartType      = 1                  ; SERVICE_SYSTEM_START
  60. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  61. LoadOrderGroup = Video
  62. ServiceBinary  = %12%\et6k.sys
  63.  
  64. [et6k_EventLog_Inst]
  65. AddReg = et6k_EventLog_AddReg
  66.  
  67. [et6k_EventLog_AddReg]
  68. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\et6k.sys"
  69. HKR,,TypesSupported,0x00010001,7
  70.  
  71.  
  72. ;
  73. ; Software Installation
  74. ;
  75.  
  76. [et6k.SoftwareSettings]
  77. AddReg = et6k_SoftwareDeviceSettings
  78.  
  79. [et6k_SoftwareDeviceSettings]
  80. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, w32et6k
  81. HKR,, VgaCompatible,               %REG_DWORD%,    1
  82.  
  83.  
  84. [et6k.OpenGLSoftwareSettings]
  85.  
  86.  
  87. ;
  88. ; Source file information
  89. ;
  90.  
  91. [SourceDisksNames.x86]
  92. 1 = %DiskId%,,,""
  93.  
  94. [SourceDisksFiles]
  95. et6k.sys  = 1
  96. w32et6k.dll = 1
  97.  
  98.  
  99.  
  100. [Strings]
  101.  
  102. ;
  103. ; Non-Localizable Strings
  104. ;
  105.  
  106. REG_SZ         = 0x00000000
  107. REG_MULTI_SZ   = 0x00010000
  108. REG_EXPAND_SZ  = 0x00020000
  109. REG_BINARY     = 0x00000001
  110. REG_DWORD      = 0x00010001
  111. SERVICEROOT    = System\CurrentControlSet\Services
  112.  
  113. ;
  114. ; Localizable Strings
  115. ;
  116.  
  117. DiskId       = "Hercules Computer Technology, Inc. Installation DISK (VIDEO)"
  118. GraphAdap    = "Graphics Adapter"
  119. Hercules     = "Hercules Computer Technology, Inc."
  120.